{
  "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": "e22fd6a3-6f8f-4e3c-8b81-ae816fabdbb4",
  "quote_id": "2ad37018-c36c-4625-9743-723e0050333f",
  "called_at": "2026-05-30T16:10:05.081048+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": "fbd2d278-6cfc-4001-a3c5-0ebeeb76a60f",
    "fetched_at": "2026-05-30T16:10:05.039Z",
    "requested_ids": [
      "bitcoin",
      "ethereum"
    ],
    "requested_vs_currencies": [
      "usd"
    ],
    "rates": {
      "bitcoin": {
        "usd": 73809.585
      },
      "ethereum": {
        "usd": 2022.825
      }
    }
  }
}