Skip to main content

Retrieve an Operation

GET 

/operations/:id

The single operation endpoint provides information about a specific operation.

Request

Path Parameters

    id stringrequired

    The ID number for this operation.

Query Parameters

    join any

    Set to transactions to include the transactions which created each of the operations in the response.

Responses

Success

Schema
    _links object
    self object
    href linkrequired
    templated boolean
    next object
    href linkrequired
    templated boolean
    prev object
    href linkrequired
    templated boolean
    effects object
    href linkrequired
    templated boolean
    precedes object
    href linkrequired
    templated boolean
    succeds object
    href linkrequired
    templated boolean
    transaction object
    href linkrequired
    templated boolean
    id id (string)
    paging_token paging_token (string)
    type_i number
    type string
Loading...