Do not miss any Memo Bank API changes, ever again

Subscribe to the Memo Bank API changelog to be up to date on recent changes.

RSS

Jun 28, 2023

Version 2
2.0
Compare

API structure has changed

14 structure changes including:
1 Breaking change
1 Addition
12 Modifications
1 Removal
Modified 12
GET /v2/accounts
  • Response
  • 200 response Modified
    • results property Modified
GET /v2/accounts/{id}
  • Response
  • 200 response Modified
    • type property Added
GET /v2/collections/bulks/{id}/collections
  • Response
  • 200 response Modified
    • results property Modified
GET /v2/collections/{id}
  • Response
  • 200 response Modified
    • custom_id, custom_metadata properties Added
GET /v2/transactions
  • Response
  • 200 response Modified
    • results property Modified
  • Query
  • custom_id query parameter Added
GET /v2/transactions/{id}
  • Response
  • 200 response Modified
    • custom_id, custom_metadata properties Added
GET /v2/transfers/bulks/{id}/transfers
  • Response
  • 200 response Modified
    • results property Modified
GET /v2/transfers/{id}
  • Response
  • 200 response Modified
    • custom_id, custom_metadata properties Added
POST /v2/collections
  • Body
  • content type Modified
    • custom_id, custom_metadata properties Added
  • Response
  • 200 response Modified
    • custom_id, custom_metadata properties Added
POST /v2/collections/bulks
  • Body
  • content type Modified
    • collections property Modified
POST /v2/transfers
  • Body
  • content type Modified
    • custom_id, custom_metadata properties Added
  • Response
  • 200 response Modified
    • custom_id, custom_metadata properties Added
POST /v2/transfers/bulks
  • Body
  • content type Modified
    • transfers property Modified
Removed 1 Breaking
GET /v2/transactions/{id}/proof
Added 1
GET /v2/transfers/{id}/proof