Cryptomus · Example Payload

Create Payout

Example request body for creating a Cryptomus cryptocurrency payout

CryptocurrencyPaymentsInvoicesPayoutsExchange RatesCrypto Gateway

Create Payout is an example object payload from Cryptomus, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "Create Payout Request Example",
  "description": "Example request body for creating a Cryptomus cryptocurrency payout",
  "request": {
    "method": "POST",
    "url": "https://api.cryptomus.com/v1/payout",
    "headers": {
      "merchant": "YOUR_MERCHANT_UUID",
      "sign": "MD5(base64_encode(body) + PAYOUT_API_KEY)",
      "Content-Type": "application/json"
    },
    "body": {
      "amount": "50.00",
      "currency": "USDT",
      "order_id": "payout-67890",
      "address": "TRxxxxxxxxxxxxxxxxxxxxxxxxxxx",
      "is_subtract": true,
      "network": "TRC20",
      "url_callback": "https://yoursite.com/webhook/payout",
      "priority": "recommended"
    }
  },
  "response": {
    "state": 0,
    "result": {
      "uuid": "b8d6e3f2-9c4e-5a01-b2f3-4d5e6f7a8b9c",
      "amount": "50.00",
      "currency": "USDT",
      "network": "TRC20",
      "address": "TRxxxxxxxxxxxxxxxxxxxxxxxxxxx",
      "txid": null,
      "status": "process",
      "is_final": false,
      "balance": 1250.75,
      "payer_currency": "USDT",
      "payer_amount": "50.00"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/create-payout"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.