%ERROR%
What follows is an exhaustive description of the different types of 'transaction' requests you can pose to this server:
GET /transaction/details/{txid}
Transaction details single.
Example
POST /transaction/details
Transaction details bulk
| Request: |
{
"txids": [
"a5f972572ee1753e2fd2457dd61ce5f40fa2f8a30173d417e49feef7542c96a1",
"5165dc531aad05d1149bb0f0d9b7bda99c73e2f05e314bcfb5b4bb9ca5e1af5e"
]
}
|