Skip to main content
POST
cURL

Authorizations

X-API-KEY
string
header
required

Body

application/json
chain
string
required

Blockchain network to use

Required string length: 1 - 255
Example:

"arbitrum-sepolia"

token_id
string
required

Ethereum address of the credit token

Example:

"0xd1f09c70f6f2838a3ab6209c1465af68594667ec"

holder_address
string
required

Ethereum address of the user that holds the credit tokens

Example:

"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"

receiver_address
string
required

Ethereum address of the user that will receive cthe redit tokens

Example:

"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"

amount
number
required

Amount of credit tokens to transfer

Required range: x > 0
Example:

123

deadline
number
required

Deadline timestamp in seconds

Required range: x > 0
Example:

1700766991

signedPermit
object
required

Response

Transfer transaction to sign

success
enum<boolean>
required

Success response

Available options:
true
Example:

true

unsignedTransaction
any | null

Unsigned transaction object for the user to sign