OmniLayer / omniexplorer

Block Explorer for Omni Protocol
Other
51 stars 51 forks source link

Omni Tether transaction request #443

Closed Cryptotestbyme closed 3 years ago

Cryptotestbyme commented 3 years ago

Hello everyone, I hope to get an answer here.

We tried the api of https://api.omniexplorer.info/v1 but we couldn't find how to create a transaction request? I'll appreciate if you help me.

achamely commented 3 years ago

At this time there are not any published public endpoints for transaction creation in Omni Explorer. Please take a look at Omni Core for transaction creation: https://github.com/OmniLayer/omnicore/wiki/Use-the-raw-transaction-API-to-create-a-Simple-Send-transaction https://github.com/OmniLayer/omnicore/blob/master/src/omnicore/doc/rpc-api.md

Cryptotestbyme commented 3 years ago

At this time there are not any published public endpoints for transaction creation in Omni Explorer. Please take a look at Omni Core for transaction creation: https://github.com/OmniLayer/omnicore/wiki/Use-the-raw-transaction-API-to-create-a-Simple-Send-transaction https://github.com/OmniLayer/omnicore/blob/master/src/omnicore/doc/rpc-api.md

Cool! Thank you for your answer, I'll check, hope it will help us.