Operations Details

Operations Details

The operation details endpoint provides information on a single operation. The operation ID provided in the id argument specifies which operation to load.

Request:-

GET /operations/{id}

Arguments

Name Notes Description Example
hash required, number An operation ID. 77309415424

Response

This endpoint responds with a single Operation. See operation resource for reference.

curl "https://network.paybito.com/operations/47184510717953"

{

"_links" : {

"self" : {

"href" : "/operations/47184510717953"

},

"transaction" : {

"href" : "/transactions/6558ca87a30140492eaa8a88572d45fb2728ebbc1eccf48f2dc6ddfe8cae2d79"

},

"effects" : {

"href" : "/operations/47184510717953/effects"

},

"succeeds" : {

"href" : "/effects?order=desc\u0026cursor=47184510717953"

},

"precedes" : {

"href" : "/effects?order=asc\u0026cursor=47184510717953"

}

},

"account" : "GB55ZCH6WXZLJRUP3J36NHZSMIPNW24LZNGAOOLMFTJTIRZCCSUTY7XW",

"funder" : "GBXVKIPRDNPTXA6R6OREEY3GDFDUUR6MTY7XKBO62QVXRG4ZQBAMWMEO",

"id" : 47184510717953,

"paging_token" : "47184510717953",

"created_at" : "2018-12-20T06:44:24Z",

"transaction_hash" : "6558ca87a30140492eaa8a88572d45fb2728ebbc1eccf48f2dc6ddfe8cae2d79",

"starting_balance" : 100000.0000000,

"type_i" : 0,

"type" : "create_account"

}