List your payout rates

Lists your account's Instant fee for each asset you pay out in. This does not create a quote.

There's one entry per payout asset, not per asset and network, because the rate doesn't depend on the network: USDC on Ethereum and USDC on Solana price the same, and chains lists every network the asset pays out on. The Instant rate is the same at every payment size — no volume tiers, no minimum fee — so the fee on any amount is the rate applied to that amount. The fee is billed separately and is not deducted from your payment.

Requires the Instant Payment capability.

Responses
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/api/v1/quotes/rates
curl https://api.bettermoney.com/api/v1/quotes/rates
[
  {
    "asset": "string",
    "chains": [
      "string"
    ],
    "feeBps": 0
  }
]