Skip to main content
GET
/
assets
/
available-outputs
Get available output assets for a given input asset
curl --request GET \
  --url https://v2.prod.halliday.xyz/assets/available-outputs \
  --header 'Authorization: Bearer <token>'
{
  "usd": {
    "fiats": [],
    "tokens": [
      "arbitrum:0x",
      "ethereum:0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

sandbox
boolean

Whether to use sandbox environment

inputs[]
string[]

Input assets to find outputs for

Identifier in the token format ("chain:address") or fiat currency code ("USD")

outputs[]
string[]

Filter by specific output assets

Identifier in the token format ("chain:address") or fiat currency code ("USD")

onramps[]
string[]

Filter by specific onramp providers

offramps[]
string[]

Filter by specific offramp providers

Response

Available output assets grouped by input

{key}
object