{
  "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": "a79f3a63-37b5-4231-8670-7a1d5616cfe2",
  "quote_id": "a225387a-3598-433a-9f19-50c715059a60",
  "called_at": "2026-08-05T18:44:41.733484+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": "f96d92d2-ce43-42fc-bcac-e76808e3b30f",
    "fetched_at": "2026-08-05T18:44:41.701Z",
    "requested_ids": [
      "bitcoin",
      "ethereum"
    ],
    "requested_vs_currencies": [
      "usd"
    ],
    "rates": {
      "ethereum": {
        "usd": 1917.095
      },
      "bitcoin": {
        "usd": 64740.715
      }
    }
  }
}