Change Updates

Do not miss any Offering Manager API changes, ever again

Subscribe to the Offering Manager API changelog to be up to date on recent changes.

RSS
Offering Manager API

Change #0b5e6033

Last update:
Compare

API structure has changed

30 structure changes including:
7 Breaking changes
5 Additions
18 Modifications
7 Removals
Modified 18 Breaking
GET /custody_assets
  • Response
  • 200 response Modified
    • protocol attribute Removed
GET /orders
  • Response
  • 200 response Modified
    • cancelled_at, sender_iban, disposable_capital, suitable_income, status attributes Modified
    • investment_id attribute Removed
GET /projects
  • Response
  • 200 response Modified
    • number_of_tokens, token_price attributes Modified
GET /projects/by_code/{code}
  • Response
  • 200 response Modified
    • number_of_tokens, token_price attributes Modified
GET /projects/{id}
  • Response
  • 200 response Modified
    • number_of_tokens, token_price attributes Modified
GET /users/{user_id}/custody_account_holders
  • Response
  • 200 response Modified
    • accounts attribute Modified
GET /users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_accounts
  • Response
  • 200 response Modified
    • asset attribute Modified
GET /users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_accounts/{id}
  • Response
  • 200 response Modified
    • asset attribute Modified
GET /users/{user_id}/custody_account_holders/{id}
  • Response
  • 200 response Modified
    • accounts attribute Modified
GET /users/{user_id}/projects
  • Response
  • 200 response Modified
    • number_of_tokens, token_price attributes Modified
GET /users/{user_id}/projects/{project_id}/orders
  • Response
  • 200 response Modified
    • cancelled_at, sender_iban, disposable_capital, suitable_income, status attributes Modified
    • investment_id attribute Removed
  • Query
  • order_code query parameter Added
GET /users/{user_id}/projects/{project_id}/orders/{id}
  • Response
  • 200 response Modified
    • cancelled_at, sender_iban, disposable_capital, suitable_income, status attributes Modified
    • investment_id attribute Removed
POST /projects
  • Response
  • 201 response Modified
    • number_of_tokens, token_price attributes Modified
POST /users/{user_id}/custody_account_holders
  • Response
  • 201 response Modified
    • accounts attribute Modified
POST /users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_accounts
  • Response
  • 201 response Modified
    • asset attribute Modified
POST /users/{user_id}/projects/{project_id}/orders
  • Response
  • 201 response Modified
    • cancelled_at, sender_iban, disposable_capital, suitable_income, status attributes Modified
    • investment_id attribute Removed
POST /users/{user_id}/projects/{project_id}/orders/{id}/cancel
  • Response
  • 201 response Modified
    • cancelled_at, sender_iban, disposable_capital, suitable_income, status attributes Modified
    • investment_id attribute Removed
PUT /projects/{id}
  • Response
  • 201 response Modified
    • number_of_tokens, token_price attributes Modified
Removed 7 Breaking
GET /investments
GET /users/{user_id}/credits
GET /users/{user_id}/credits/redeem/{project_id}
GET /users/{user_id}/projects/{project_id}/investment_terms
GET /users/{user_id}/projects/{project_id}/investments
GET /users/{user_id}/projects/{project_id}/investments/{id}
POST /users/{user_id}/projects/{project_id}/investment_terms
Added 5
GET /users/{user_id}/projects/{project_id}/investment_terms
GET /users/{user_id}/projects/{project_id}/orders/{order_id}/payments
GET /users/{user_id}/projects/{project_id}/orders/{order_id}/payments/{id}
POST /users/{user_id}/projects/{project_id}/investment_terms
POST /users/{user_id}/projects/{project_id}/orders/{order_id}/payments