Transfers

Retrieve Transfers

get/v1/instances/{instance_id}/transfers

Path parameters

instance_idstring required
Example:in_000000000000

Query parameters

limit'10' | '50' | '100' | '200' | '500' | '1000'

Number of items to return

Example:50
offset'0' | '10' | '50' | '100' | '200' | '500' | '1000'

Number of items to skip

Example:0
starting_afterstring

A cursor for use in pagination. starting_after is an object ID that defines your place in the list.

Example:pi_123
ending_beforestring

A cursor for use in pagination. ending_before is an object ID that defines your place in the list.

Example:pi_123

Response

List transfers

Example response

{
  "data": [
    {
      "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"
    }
  ],
  "pagination": {
    "has_more": true,
    "next_page": "pi_123",
    "prev_page": "pi_123"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.