Skip to main content
GET
/
v1
/
get-orders
/
{user_address}
Get all user orders.
curl --request GET \
  --url https://gateway-api-staging.gobob.xyz/v1/get-orders/{user_address}
[
  {
    "onramp": {
      "amount": {
        "address": "<string>",
        "amount": "<string>",
        "chain": "<string>"
      },
      "dst_info": {
        "chain": "<string>",
        "token": "<string>",
        "txHash": "<string>"
      },
      "fees": {
        "address": "<string>",
        "amount": "<string>",
        "chain": "<string>"
      },
      "order_id": "<string>",
      "src_info": {
        "chain": "<string>",
        "token": "<string>",
        "txHash": "<string>"
      },
      "status": "btc-confirmation",
      "timestamp": 123,
      "bitcoin_explorer_url": "<string>",
      "bob_explorer_url": "<string>",
      "estimated_time_in_secs": 1,
      "layerzero_explorer_url": "<string>"
    }
  }
]

Path Parameters

user_address
string
required

User address

Response

200 - application/json

Get all orders

Gateway order info

onramp
object
required