🔌xOracle API

Endpoints

Mainnet: https://api.xoracle.io

Testnet: https://api-testnet.xoracle.io

Docs

Mainnet: https://api.xoracle.io/docs

Testnet: https://api-testnet.xoracle.io/docs

Pricefeed APIs

Message APIs

Get Message by MessageHash

Get Message by Source tx hash

Get Message by Destination tx hash

Get Message by Nonce

Get Message Status

Get Signer NewMessage

Get Signer ReleaseMessage

Get Message Nonce

Get Support Networks

Get Message Stats

Get Threshold and Total Signers

Get MessageHash

https://api.xoracle.io/messages/getMessageHash

Method: POST
{
  "nonce": number,
  "payload": string,
  "endpoint": string,
  "srcChainId": string,
  "dstChainId": string,
  "srcTxHash": string
}

Get ReleaseMessageHash

https://api.xoracle.io/messages/getReleaseMessageHash

Method: POST
{
  "nonce": number,
  "payload": string,
  "endpoint": string,
  "srcChainId": string,
  "dstChainId": string,
  "srcTxHash": string,
  "dstTxHash": string,
  "messageHash": string
}

Last updated