{
  "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": "56bc21f7-2b24-48c3-9623-1cf39b6052de",
  "quote_id": "ab008d4c-a315-4439-b802-5dd6f2f039cc",
  "called_at": "2026-05-18T19:43:54.510881+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": "0412e210-50f1-4977-bdc7-5112b6001862",
    "fetched_at": "2026-05-18T19:43:54.485Z",
    "requested_ids": [
      "bitcoin",
      "ethereum"
    ],
    "requested_vs_currencies": [
      "usd"
    ],
    "rates": {
      "bitcoin": {
        "usd": 76753.135
      },
      "ethereum": {
        "usd": 2110.25
      }
    }
  }
}