Transfers
Retrieve Transfer Track
get/v1/e/transfers/{id}
Path parameters
idstring required
Example:pa_000000000000
Response
List transfers
Example response
{
"id": "bl_000000000000",
"status": "processing",
"transfer_quote_id": "pq_000000000000",
"instance_id": "in_000000000000",
"tracking_transaction_monitoring": {
"step": "processing",
"blockchain_screening": 1,
"risk_score": 1,
"completed_at": "2011-10-05T14:48:00.000Z"
},
"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_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"
},
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-01T00:00:00Z",
"image_url": "https://example.com/image.png",
"first_name": "John",
"last_name": "Doe",
"legal_name": "Company Name Inc.",
"wallet_id": "bl_000000000000",
"sender_token": "USDC",
"sender_amount": 5240,
"receiver_amount": 1010,
"customer_network": "polygon",
"customer_token": "USDC",
"customer_wallet_address": "0xDD6a3aD0949396e57C7738ba8FC1A46A5a1C372C",
"partner_fee_amount": 150,
"external_id": "your-database-id",
"customer_id": "re_000000000000",
"address": "0xDD6a3aD0949396e57C7738ba8FC1A46A5a1C372C",
"network": "polygon"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.