---
title: "Get Crypto Payout Tokens"
method: GET
path: "/merchant/withdraws/payout/crypto/tokens"
tags: ["merchant"]
---

# Get Crypto Payout Tokens

`GET /merchant/withdraws/payout/crypto/tokens`

List the chains and tokens available as crypto payout destinations for
this merchant. The returned `chainId` and `tokenId` are the values to
pass as the payout destination's `chain` and `token` — use this endpoint
to populate destination pickers rather than hardcoding ids. Only tokens
whose tier is enabled on the merchant account are listed.

## Headers

- `Authorization` string, required

## Response `200`

Ok

- CryptoPayoutTokensResponse — The chains and tokens this merchant can send crypto payouts to, keyed by the canonical ids payout and quote requests accept.
  - `chains` CryptoPayoutTokenChain[], required
    - `chainId` string, required — Pass as the payout destination's `chain`
    - `name` string, required
    - `logoUrl` string, required
    - `tokens` CryptoPayoutToken[], required
      - `tokenId` string, required — Pass as the payout destination's `token`
      - `symbol` string, required
      - `name` string, required
      - `logoUrl` string, required

## Changes

- **2026-08-27** `2fe20f99a11a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coinflow/apis/api-reference/changes/merchant/withdraws/payout/crypto/tokens/get.md)

---

[API](https://skmtc.dev/coinflow/apis/api-reference.md) · [All operations](https://skmtc.dev/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinflow/api-reference/revisions/086af10a8eb1/schema)
