Skip to main content
POST
Create address transfer quote

Authorizations

apiKey
string
header
required
orgId
string
header
required

Path Parameters

addressId
string
required

Body

application/json
assets
object[]
required
feeAssetId
string

ID of the asset to use for gas fees (optional)

Response

Transfer quote created

quoteHash
string

Encrypted hash of the quote for execution

Example:

"ASNFZ4mrze8gMkFGaW5hbGx5IHRoZSBkYXRhIGlzIGZ1bGx5IGVuY3J5cHRlZCBhbmQgY2Fubm90IGJlIHJlYWQgd2l0aG91dCB0aGUga2V5"

amount
string

Amount being transferred in human-readable format

Example:

"1.5"

value
string

USD value of the transfer amount

Example:

"1500.00"

gasFee
string

Estimated gas fee in native token

Example:

"0.00021"

gasPrice
string

Current gas price in wei/gwei

Example:

"284887648"

gasUsed
string

Estimated gas to be used

Example:

"35000"

fee
string

Service fee charged for the transfer

Example:

"0.01"

asset
object

Asset being transferred

blockchain
object

Blockchain information for the transfer

destinationAddress
string

Recipient wallet address

Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f0b5b5"

senderAddress
string

Sender wallet address

Example:

"0x123d35Cc6634C0532925a3b844Bc9e7595f0b5b5"