Broadcasts

Example of Using the Avalanche API

To create and broadcast a transaction on the Avalanche network, you can use the following cURL command:

curl --request POST \
     --url https://api.figment.io/avalanche/broadcast \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'x-api-key: your-api-key-here' \
     --data '{"network":"fuji"}'

API Schema

Network

Signed Payload

Unsigned Transaction Serialized

Response

201 Transaction Created