{
  "endpoint_id": "exchange",
  "endpoint_name": "Voidly Pay Exchange",
  "endpoint_url": "https://api.voidly.ai/v1/pay/exchange?ids=bitcoin,ethereum&vs_currencies=usd",
  "amount_paid_usdc": 0.001,
  "transfer_id": "71d6c7c8-b639-49cb-8e19-a540dfec1127",
  "quote_id": "c62ac00d-f09d-417e-a93a-0f38a634e5a4",
  "called_at": "2026-08-05T20:51:22.165399+00:00",
  "response_keys": [
    "schema",
    "receipt_id",
    "fetched_at",
    "requested_ids",
    "requested_vs_currencies",
    "rates",
    "upstream",
    "paid_by_did",
    "paid_to_did",
    "transfer_id"
  ],
  "response_excerpt": {
    "schema": "voidly-pay-exchange/v1",
    "receipt_id": "8ed9d1f5-14c1-4bfc-b987-8dc7edaa67d6",
    "fetched_at": "2026-08-05T20:51:22.128Z",
    "requested_ids": [
      "bitcoin",
      "ethereum"
    ],
    "requested_vs_currencies": [
      "usd"
    ],
    "rates": {
      "ethereum": {
        "usd": 1919.425
      },
      "bitcoin": {
        "usd": 64850.065
      }
    }
  }
}