Skip to content
Banking/open banking

chaingateway.io

Chaingateway.io sandbox and mock API

# Chaingateway.io REST API to build the bridge between Ethereum and the real world Please check out our [website](https://chaingateway.io?utm_source=postman) for detailed information about this API. To use our API, you need an API Key (Described as Authorization header in the examples below). To get one, please create an account on our [website](https://chaingateway.io/register?utm_source=postman) Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
21
Collections
-
Event types
-
example request
curl https://your-chaingateway.slurry.io/ \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 21.

  • POST/clearAddress
  • POST/deleteAddress
  • POST/exportAddress
  • POST/getBlock
  • POST/getEthereumBalance
  • POST/getExchangeRate
  • POST/getGasPrice
  • POST/getLastBlockNumber
  • POST/getToken
  • POST/getTokenBalance
  • POST/getTransactions
  • POST/importAddress