Transfers
Create Transfer
post/v1/instances/{instance_id}/transfers
Path parameters
instance_idstring required
Example:in_000000000000
Headers
Idempotency-Keystring
Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body returns an error. Keys are kept for 24 hours.
Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890
Request body
Example request
{
"transfer_quote_id": "pq_000000000000"
}Response
Transfer started with success
Example response
{
"id": "pa_000000000000",
"status": "processing",
"tracking_bridge_swap": {
"step": "on_hold",
"transaction_hash": "0x123...890",
"gas_fee": "100",
"completed_at": "2011-10-05T14:48:00.000Z",
"error_message": "Gas fee is too low"
},
"tracking_complete": {
"step": "on_hold",
"transaction_hash": "0x123...890",
"gas_fee": "100",
"completed_at": "2011-10-05T14:48:00.000Z",
"error_message": "Gas fee is too low"
},
"tracking_paymaster": {
"step": "on_hold",
"transaction_hash": "0x123...890",
"gas_fee": "100",
"completed_at": "2011-10-05T14:48:00.000Z",
"error_message": "Gas fee is too low"
},
"tracking_transaction_monitoring": {
"step": "processing",
"blockchain_screening": 1,
"risk_score": 1,
"completed_at": "2011-10-05T14:48:00.000Z"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.