Getting Started
Learn how to generate an API Key and make your first request with the expand.network API.
Last updated
Learn how to generate an API Key and make your first request with the expand.network API.
Last updated
To perform read queries, directly target our domain https://api.expand.network/
to hit our API environment. Following are the examples to make read queries:
To perform a write transaction, you would require the followings:-
API key
Example code: Send one Wei from an address ending in 2c7
to address ending in 86F
. You need to use your private key to sign the transaction. The return value is the transaction hash (res
).
expand.network SDK which can be cloned from .