coins

Get coin by ID

Retrieve information about a tokenized post using its unique ID

get/v1/coins/{id}

Path parameters

idstring required

Paragraph-internal unique identifier for the coin

Response

Coin details retrieved successfully

idstring required

Unique identifier for the coin

contractAddressstring required

Base contract address for the coin

Changes

Changed in 3 of the 61 revisions of this API.433

    • removed the optional property error from the response with the 404 status

      response-optional-property-removed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

  • 17896b63b744311See the full diff
    • removed the required property blogId from the response with the 200 status

      response-required-property-removed

    • removed the required property symbol from the response with the 200 status

      response-required-property-removed

    • removed the required property type from the response with the 200 status

      response-required-property-removed

    • removed the optional property postId from the response with the 200 status

      response-optional-property-removed

    • added the required property metadata to the response with the 200 status

      response-required-property-added

  • 5a9b80fb375d12See the full diff
    • the response property postId became optional for the status 200

      response-property-became-optional

    • added the required property blogId to the response with the 200 status

      response-required-property-added

    • added the required property type to the response with the 200 status

      response-required-property-added