Skip to main content
POST
Queue ERC-3009 gasless transfer

Body

application/json
chainId
integer
required
Required range: x >= 1
from
string
required

Token owner (signer)

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"

to
string
required

Quoted vault address that will receive the tokens

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"

value
string
required

Raw token units. For a quoted vault, must be at least the quoted amount.

validAfter
string
required

Unix seconds

validBefore
string
required

Unix seconds

nonce
string
required

0x-prefixed 32-byte hex (64 hex chars)

Pattern: ^0x[a-fA-F0-9]{64}$
signature
string
required

ERC-3009 signature

Pattern: ^0x[a-fA-F0-9]{130}$

Response

202 - application/json

Job queued

data
object