Skip to main content

Retrieve an Offer

The single offer endpoint provides information on a specific offer.

Path Parameters
  • offer_id required

    A unique identifier for this offer.

Responses

Success


Schema
  • _links object
  • self object
  • href link
  • templated boolean
  • next object
  • href link
  • templated boolean
  • prev object
  • href link
  • templated boolean
  • _embedded object
  • records object[]
  • Array [
  • _links object
  • self object
  • href link
  • templated boolean
  • offer_maker object
  • href link
  • templated boolean
  • id string
  • paging_token string
  • seller string

    Possible values: Value must match regular expression G[A-Z0-9]{55}

  • selling object
  • asset_type string
  • asset_code string
  • asset_issuer string
  • buying object
  • asset_type string
  • asset_code string
  • asset_issuer string
  • amount string
  • price_r object
  • n int32
  • d int32
  • price string
  • last_modified_ledger uint32
  • last_modified_time string
  • sponser string
  • ]
Loading...